stack instruction

英 [stæk ɪnˈstrʌkʃn] 美 [stæk ɪnˈstrʌkʃn]

网络  堆栈指令

计算机



双语例句

  1. The operations that can be performed on the operand stack are all defined independently of any native processor's instruction set.
    可在操作数堆栈上执行的操作的定义都独立于所有本地处理器的指令集。
  2. Some instructions in Rexx may explicitly specify a stack to operate on; but other instructions operate within an environment which you configure with the ADDRESS instruction.
    Rexx中有一些指令可以显式地指定要操作的栈;但是其他指令操作是在您用ADDRESS指令配置的环境中进行。
  3. It uses a stack architecture, meaning instruction operands are loaded to an internal stack before they're used.
    它使用堆栈体系结构,这意味着在使用指令操作数之前要先将它们装入内部堆栈。
  4. Finally, the stack pointer is moved to reserve all the needed stack space using the instruction ai$ sp,$ sp,-FRAME_SIZE.
    最后,移动堆栈指针来通过指令ai$sp,$sp,-FRAMESIZE保留所有所需的堆栈空间。
  5. There is no stack transition behavior specified for this instruction.
    没有为此指令指定任何堆栈转换行为。
  6. NET CLR. The virtual machine is used to maintain the run-time environment which is composed of code section, frame stack, function stack, constant section, instruction pointer, etc and control the executing of program.
    NETCLR的思想,用虚拟机维护由代码区、框架栈、函数运行栈、常量区和指令计数器等共同构成的运行时环境,控制程序的执行。
  7. The virtual machine maintains the run-time environment, which is composed of code section, data section, function calling stack, operand stack, instruction pointer, etc. All that is good to the executing and the debugging of program.
    并用虚拟机维护由代码区、数据区、函数调用栈、操作数栈和指令计数器等共同构成的运行时环境,控制程序的执行,有利于实现调试功能。
  8. It takes following items into consideration, global variable, local variable, stack, furthermore, by the concept of granularity division, it divides function into instruction blocks.
    在研究对象划分策略时,不仅考虑了全局变量、局部变量、栈等前人已经关注的因素,更通过粒度划分,将函数划分为指令块。
  9. Hardware Stack Design for Loop Instruction Optimization
    一种为循环指令优化的硬件栈设计
  10. In FPGA, CPU IP Core have necessary arithmetic logic unit ( ALU), register stack, instruction buffer, Jump-counter, instruction-set, and optimize the performance of CPU based on the architecture of FPGA.
    在FPGA内部不仅实现了CPU必需的算术逻辑器、寄存器堆、指令缓冲、跳转计数、指令集,而且针对FPGA内部的结构特点对设计进行了地址和数据的优化。
  11. Uses the thought of stack to actualize the transformation from instruction list into ladder diagram.
    采用堆栈思想实现语句表向梯形图指令转换功能。
  12. Implement Java Stack and Related Instruction for Java Virtual Machine
    Java虚拟机中Java栈以及相关指令的实现
  13. Based on these information, make the attack code accepts the buffer boundary check, stack boundary check, return address check and jump instruction check, intercept attacks on the key nodes of buffer overflow attacks, enhance system dynamic security.
    依据这些信息,对攻击行为执行缓冲区边界检查,栈边界检查,返回地址保护和跳转指令检查,在缓冲区溢出攻击流程的关键节点拦截攻击,增强系统运行过程中的安全性。
  14. Using a stack algorithm achieved ladder logic into Instruction List, and ultimately to generate the file which can identified by CNC machine tools.
    在梯形图编辑显示的基础上,采用数据链表堆栈的算法实现了梯形图向指令语言的逻辑转化,最终可生成数控机床可以识别的文件。